100
How can I remove an event
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "AutoSize", 0);
_ObjectSetProperty( calendar , "FixedCellWidth", 36);
_ObjectCallMethod( calendar , "Images", "gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" +
	"lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" +
	"0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" +
	"NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=");
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Image", 1);
_ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Remove", _ObjectGetProperty( calendar , "Date"));

99
How can I count the events
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( calendar , "Images", "gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" +
	"lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" +
	"0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" +
	"NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=");
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Image", 1);
var_Count = _ObjectGetProperty( _ObjectGetProperty( calendar , "Events") , "Count");

98
How can I clear all events
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( calendar , "Images", "gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" +
	"lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" +
	"0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" +
	"NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=");
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Image", 1);
_ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Clear");

97
How can I save the events in the calendar


96
How can I assign an icon to a date

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "AutoSize", 0);
_ObjectSetProperty( calendar , "FixedCellWidth", 36);
_ObjectCallMethod( calendar , "Images", "gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq" +
	"lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" +
	"0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" +
	"NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=");
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Image", 1);

95
How can I enable or disable a date

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Disabled", -1);

94
How can I mark or highlight a date

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Marker", -1);

93
How can I assign a tooltip or a comment to a date

OBJECT calendar,event;

calendar =  ObjectByName("AN1") ;
event = _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date"));
	_ObjectSetProperty( event , "Comment", "This is a text that shows up when the cursor hovers the date");
	_ObjectSetProperty( event , "CommentTitle", "T I T L E");
_ObjectSetProperty( calendar , "HideSelection", -1);

92
How can I assign any extra data to a date
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "UserData", "your data");

91
How can I change the background color for a date

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "BackColor", 255);

90
How can I change the foreground color for a date

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "ForeColor", 255);

89
How can I draw a date as strikeout

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "StrikeOut", -1);

88
How can I underline a date

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Underline", -1);

87
How can I make italic a date

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Italic", -1);

86
How can I bold a date

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Bold", -1);

85
How can I get the last visible date being displayed in the calendar
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ShowNonMonthDays", 0);
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "LastVisibleDate")) , "Comment", "This is the last visible date");

84
How can I get the first visible date being displayed in the calendar
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ShowNonMonthDays", 0);
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "FirstVisibleDate")) , "Comment", "This is the first visible date");

83
How can I hide the ticker that's shown for dates that have a tooltip or a comment
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "CommentBackColor", _ObjectGetProperty( calendar , "BackColor"));
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Comment", "This is a text that shows up when the cursor hovers the date");

82
How can I change the visual aspect of the dates that have a comment or a tooltip assigned

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectSetProperty( calendar , "CommentBackColor", 16777216);
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Comment", "This is a text that shows up when the cursor hovers the date");
_ObjectSetProperty( calendar , "HideSelection", -1);

81
How can I change the visual aspect of the dates that have a comment or a tooltip assigned
OBJECT appearance,calendar;

calendar =  ObjectByName("AN1") ;
appearance = _ObjectGetProperty( calendar , "VisualAppearance");
	_ObjectCallMethod( appearance , "Add", 11,"c:\exontrol\images\normal.ebn");
	_ObjectCallMethod( appearance , "Add", 1,"CP:11 4 2 -2 -2");
_ObjectSetProperty( calendar , "CommentBackColor", 16777216);
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Comment", "This is a text that shows up when the cursor hovers the date");
_ObjectSetProperty( calendar , "HideSelection", -1);

80
How can I change the color to highlight the dates that have a comment or a tooltip assigned

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "CommentBackColor", 0);
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Comment", "This is a text that shows up when the cursor hovers the date");
_ObjectSetProperty( calendar , "HideSelection", -1);

79
How can I hide the days that are shown in gray, and doesn' belong to the month

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ShowNonMonthDays", 0);

78
How can I change the color for non working days

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "NonworkingDays", 6);
_ObjectSetProperty( calendar , "NonworkingDaysPattern", 10);
_ObjectSetProperty( calendar , "NonworkingDaysColor", 255);

77
How can I change the pattern or the style to draw the non working days

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "NonworkingDays", 6);
_ObjectSetProperty( calendar , "NonworkingDaysPattern", 10);

76
How can I show or hide the non working days
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "NonworkingDays", 0);

75
How can I specify the non working days
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "NonworkingDays", 6);

74
How do I get the height of the control to fit the MaxMonthY months in the client area


73
How do I get the width of the control to fit the MaxMonthX months in the client area


72
How can I specify the min and max years to scroll within
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "MinScrollYear", 2001);
_ObjectSetProperty( calendar , "MaxScrollYear", 2010);

71
How do I let the tooltip being displayed longer

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ToolTipPopDelay", 10000);
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Comment", "This is a text that shows up when the cursor hovers the date");
_ObjectSetProperty( calendar , "HideSelection", -1);

70
How can I save the selected dates


69
How can I change the date that gets the focus
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "Date", "1/1/2001");
_ObjectSetProperty( calendar , "FocusDate", "1/2/2001");

68
How can I select a new date
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "Date", "1/1/2001");
_ObjectSetProperty( calendar , "Value", "1/2/2001");

67
I've seen that the width of the tooltip is variable. Can I make it larger

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ToolTipWidth", 328);
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Comment", "This is a text that shows up when the cursor hovers the date");
_ObjectSetProperty( calendar , "HideSelection", -1);

66
How do I disable showing the tooltip for all control
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ToolTipDelay", 0);
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Comment", "This is a text that shows up when the cursor hovers the date");
_ObjectSetProperty( calendar , "HideSelection", -1);

65
How do I show the tooltip quicker
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ToolTipDelay", 1);
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Comment", "This is a text that shows up when the cursor hovers the date");
_ObjectSetProperty( calendar , "HideSelection", -1);

64
How do I call your x-script language
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( calendar , "ExecuteTemplate", "BackColor = RGB(255,0,0)");

63
How do I call your x-script language
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "Template", "BackColor = RGB(255,0,0)");

62
Can I change the font for the tooltip

OBJECT calendar,stdfont;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ToolTipDelay", 1);
stdfont = _ObjectGetProperty( calendar , "ToolTipFont");
	_ObjectSetProperty( stdfont , "Name", "Tahoma");
	_ObjectSetProperty( stdfont , "Size", 14);
_ObjectSetProperty( calendar , "ToolTipWidth", 364);
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Comment", "This is a text that shows up when the cursor hovers the date");
_ObjectSetProperty( calendar , "HideSelection", -1);

61
How can I change the caption of the Today's button

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "TodayCaption", "Azi");

60
How do I get the date from the cursor


59
How do I unselect a date

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "SingleSel", 0);
_ObjectSetProperty( calendar , "Date", "1/1/2001");
_ObjectSetProperty( calendar , "SelDate", "1/2/2001");
_ObjectSetProperty( calendar , "SelDate", "1/3/2001");
_ObjectSetProperty( calendar , "SelDate", "1/4/2001");
_ObjectCallMethod( calendar , "UnSelDate", "1/3/2001");

58
How do I get the list of selected dates
// SelectionChanged event - Fired when the selection is changed.
FUNCTION calendarEvents_SelectionChanged()
	Message( _ObjectGetProperty( calendar , "SelDate") );
END



57
How do I select multiple dates

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "SingleSel", 0);
_ObjectSetProperty( calendar , "Date", "1/1/2001");
_ObjectSetProperty( calendar , "SelDate", "1/2/2001");
_ObjectSetProperty( calendar , "SelDate", "1/3/2001");
_ObjectSetProperty( calendar , "SelDate", "1/4/2001");

56
How do I get the selected date
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "SelDate", _ObjectGetProperty( calendar , "Date"));

55
How can I build a date expression
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "Date", _ObjectCallMethod(calendar, "ExecuteTemplate", "DoDate(2001,1,1)"));

54
How can I select a new date

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "Date", _ObjectCallMethod(calendar, "ExecuteTemplate", "DoDate(2001,1,1)"));
_ObjectSetProperty( calendar , "SelDate", _ObjectCallMethod(calendar, "ExecuteTemplate", "DoDate(2001,1,2)"));

53
How can I select a new date
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "Date", "1/1/2001");
_ObjectSetProperty( calendar , "SelDate", "1/2/2001");

52
How can I change the browsed date
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "Date", "1/1/2001");

51
How can I show or hide the buttons that in the header

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ShowYearSelector", 0);
_ObjectSetProperty( calendar , "ShowMonthSelector", 0);

50
How can I show or hide the buttons that scrolls the years

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ShowYearSelector", 0);

49
How can I disable changing the month in the months selector

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ShowMonthSelector", 0);

48
How can I change the visual aspect of the selected date, using your EBN

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "BackColor", 16777215);
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectSetProperty( calendar , "SelBackColor", 16777216);
_ObjectSetProperty( calendar , "SelForeColor", _ObjectGetProperty( calendar , "BackColor"));

47
How can I change the colors for selected dates

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "SelBackColor", 0);
_ObjectSetProperty( calendar , "SelForeColor", 16777215);

46
How can I change the color of the line arround a month

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "DrawBorderLine", 2);
_ObjectSetProperty( calendar , "BorderLineColor", 255);

45
How can I change the style of the line arround a month

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "DrawBorderLine", 2);

44
How can I specify the number of months being displayed
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ShowTodayButton", 0);
_ObjectSetProperty( calendar , "ShowYearScroll", 0);
_ObjectSetProperty( calendar , "MinMonthX", 2);
_ObjectSetProperty( calendar , "MaxMonthX", 2);
_ObjectSetProperty( calendar , "MinMonthY", 2);
_ObjectSetProperty( calendar , "MaxMonthY", 2);

43
How can I lock the control, so user can't select a new date
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "Locked", -1);

42
How do I change the first day of the week

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "FirstDay", 2);

41
How do I change the name of the months

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "MonthNames", "Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec");

40
How do I change the name of the months

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod(calendar, "ExecuteTemplate", "MonthName(1) = `Jan`");
_ObjectCallMethod(calendar, "ExecuteTemplate", "MonthName(2) = `Feb`");
_ObjectCallMethod(calendar, "ExecuteTemplate", "MonthName(3) = `Mar`");
_ObjectCallMethod(calendar, "ExecuteTemplate", "MonthName(4) = `Apr`");
_ObjectCallMethod(calendar, "ExecuteTemplate", "MonthName(5) = `May`");
_ObjectCallMethod(calendar, "ExecuteTemplate", "MonthName(6) = `Jun`");
_ObjectCallMethod(calendar, "ExecuteTemplate", "MonthName(7) = `Jul`");
_ObjectCallMethod(calendar, "ExecuteTemplate", "MonthName(8) = `Aug`");
_ObjectCallMethod(calendar, "ExecuteTemplate", "MonthName(9) = `Sep`");
_ObjectCallMethod(calendar, "ExecuteTemplate", "MonthName(10) = `Oct`");
_ObjectCallMethod(calendar, "ExecuteTemplate", "MonthName(11) = `Nov`");
_ObjectCallMethod(calendar, "ExecuteTemplate", "MonthName(12) = `Dec`");

39
How do I change the name for each week day

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "AutoSize", 0);
_ObjectSetProperty( calendar , "FixedCellWidth", 24);
_ObjectSetProperty( calendar , "FixedCellHeight", 16);
_ObjectSetProperty( calendar , "WeekDays", "Su Mo Tu We Th Fr Sa");
_ObjectSetProperty( calendar , "HeaderForeColor", 255);
_ObjectSetProperty( calendar , "HeaderBackColor", 16777215);

38
How can I specify the width and height for dates being displayed in the calendar
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "AutoSize", 0);
_ObjectSetProperty( calendar , "FixedCellWidth", 22);
_ObjectSetProperty( calendar , "FixedCellHeight", 16);

37
How can I specify the width and height for dates being displayed in the calendar
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "AutoSize", 0);
_ObjectSetProperty( calendar , "FixedCellWidth", 32);
_ObjectSetProperty( calendar , "FixedCellHeight", 24);

36
How do I change the appearance for dates in the calendar

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "AppearanceDay", 1);
_ObjectSetProperty( calendar , "BackColor", 2147483663);

35
How do I specify the color for the grid lines

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "DrawGridLine", 1);
_ObjectSetProperty( calendar , "GridLineColor", 255);

34
How do I draw the grid lines

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "DrawGridLine", 1);

33
How do I change the foreground color for the week days and week numbers header

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "HeaderForeColor", 255);
_ObjectSetProperty( calendar , "ShowWeeks", -1);

32
How do I change the background color for the week days and week numbers header

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "HeaderBackColor", 255);
_ObjectSetProperty( calendar , "ShowWeeks", -1);

31
How can I show or hide the 'Today' button

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ShowTodayButton", 0);

30
How can I show or hide the scroll bar that changes the year

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ShowYearScroll", 0);

29
How can I show or hide the header that displays the months

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ShowMonth", 0);

28
How can I show or hide the header that displays the week days

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ShowDays", 0);

27
How do I show or hide the weeks

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ShowWeeks", -1);

26
How can I change the visual appearance of Today date in the calendar

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "MarkToday", -1);
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(14) = 255");

25
How do I mark the Today date

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "MarkToday", -1);

24
How can I show the control's selection even if the control loses the focus

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "HideSelection", 0);

23
How can I hide the control's selection when the control loses the focus

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "HideSelection", -1);

22
How do I enable single selection
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "SingleSel", -1);

21
How do I enable multiple selection

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "SingleSel", 0);

20
How do I disable or enable the control
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "Enabled", 0);

19
Can I change the forecolor for the tooltip

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ToolTipDelay", 1);
_ObjectSetProperty( calendar , "ToolTipWidth", 364);
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(66) = 255");
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Comment", "This is a text that shows up when the cursor hovers the date");
_ObjectSetProperty( calendar , "HideSelection", -1);

18
Can I change the background color for the tooltip

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ToolTipDelay", 1);
_ObjectSetProperty( calendar , "ToolTipWidth", 364);
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(65) = 255");
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Comment", "This is a text that shows up when the cursor hovers the date");
_ObjectSetProperty( calendar , "HideSelection", -1);

17
Can I change the default border of the tooltip, using your EBN files

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ToolTipDelay", 1);
_ObjectSetProperty( calendar , "ToolTipWidth", 364);
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(64) = 16777216");
_ObjectSetProperty( _ObjectCallMethod( _ObjectGetProperty( calendar , "Events") , "Add", _ObjectGetProperty( calendar , "Date")) , "Comment", "This is a text that shows up when the cursor hovers the date");
_ObjectSetProperty( calendar , "HideSelection", -1);

16
How can I change the visual appearance of the selected month, in the months selector, using EBN files

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(15) = 16777216");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(16) = 255");

15
How can I change the visual appearance of Today date in the calendar, using EBN files

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\pushed.ebn");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(14) = 16777216");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(20) = 1");
_ObjectSetProperty( calendar , "SelForeColor", 0);
_ObjectSetProperty( calendar , "MarkToday", -1);

14
How can I change the visual appearance of separator between calendar and 'Today' button , using EBN files

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(13) = 16777216");

13
How can I change the visual appearance of the scrolling bar for years, using EBN files

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 2,"c:\exontrol\images\pushed.ebn");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(12) = 16777216");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(11) = 33554432");

12
How can I change the visual appearance of 'Today' button, using EBN files

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 2,"c:\exontrol\images\pushed.ebn");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(9) = 16777216");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(10) = 33554432");

11
How can I change the visual appearance of header , using EBN files

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(8) = 16777216");
_ObjectSetProperty( calendar , "HeaderForeColor", 255);

10
How can I change the visual appearance of header that week numbers, using EBN files

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(7) = 16777216");
_ObjectSetProperty( calendar , "HeaderForeColor", 255);
_ObjectSetProperty( calendar , "ShowWeeks", -1);

9
How can I change the visual appearance of header that displays days, using EBN files

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(6) = 16777216");

8
How can I change the visual appearance of the drop down button, using EBN files
OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 2,"c:\exontrol\images\pushed.ebn");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(4) = 16777216");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(5) = 33554432");

7
How do I change the visual appearance of the left and right buttons in the calendar's header, using EBN files

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(2) = 16777216");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(3) = 16777216");

6
How do I change the visual appearance of the up and down buttons in the calendar's header, using EBN files

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(0) = 16777216");
_ObjectCallMethod(calendar, "ExecuteTemplate", "Background(1) = 16777216");

5
How do I change the control's foreground color

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "ForeColor", 255);

4
How do I change the control's background color

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "BackColor", 13158600);

3
How can I change the control's font

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( _ObjectGetProperty( calendar , "Font") , "Name", "Verdana");

2
How do I change the control's border, using your EBN files

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectCallMethod( _ObjectGetProperty( calendar , "VisualAppearance") , "Add", 1,"c:\exontrol\images\normal.ebn");
_ObjectSetProperty( calendar , "Appearance", 16777216);

1
How do I remove the control's border

OBJECT calendar;

calendar =  ObjectByName("AN1") ;
_ObjectSetProperty( calendar , "Appearance", 0);